home *** CD-ROM | disk | FTP | other *** search
/ Disney's Chicken Little …e) (Electronic Press Kit) / Disney's Chicken Little (Europe) (Electronic Press Kit).bin / bv_cl_menu_no.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(release).as next >
Text File  |  2005-09-21  |  402b  |  16 lines

  1. on(release){
  2.    _root.logoXtemp = 590;
  3.    _root.logoYtemp = 0;
  4.    _root.logoScaletemp = 50;
  5.    _root.pigXtemp = -23.7;
  6.    _root.pigYtemp = 266.6;
  7.    _root.chickenAtemp = 0;
  8.    _root.fishAtemp = 0;
  9.    _root.duckAtemp = 0;
  10.    _root.acornAtemp = 0;
  11.    _root.logo.swapDepths(11);
  12.    _root.grass.swapDepths(9);
  13.    _root.pigmain.swapDepths(10);
  14.    loadMovieNum("bv_cl_artwork.swf",2,"GET");
  15. }
  16.